home *** CD-ROM | disk | FTP | other *** search
- stop();
- _parent.ins20._visible = true;
- _parent.cutCelery.cutFlower.onPress = function()
- {
- startDrag(this,0);
- _parent.ins20._visible = false;
- };
- _parent.cutCelery.cutFlower.onRelease = function()
- {
- if(_parent.celeryPlate.hitTest(this))
- {
- this.stopDrag();
- this._x = 480;
- this._y = -105;
- knief._visible = false;
- _parent.knief._visible = true;
- _parent.knief.enabled = false;
- _parent.knief._x = 55.6;
- _parent.knief._y = 8.2;
- this.enabled = false;
- _parent.ins8._visible = true;
- Bowl();
- }
- };
-